type google.golang.org/grpc/mem.sizedBufferPool
7 uses
google.golang.org/grpc/mem (current package)
buffer_pool.go#L71: pools := make([]*sizedBufferPool, len(poolSizes))
buffer_pool.go#L83: sizedPools []*sizedBufferPool
buffer_pool.go#L115: type sizedBufferPool struct {
buffer_pool.go#L120: func (p *sizedBufferPool) Get(size int) *[]byte {
buffer_pool.go#L128: func (p *sizedBufferPool) Put(buf *[]byte) {
buffer_pool.go#L138: func newSizedBufferPool(size int) *sizedBufferPool {
buffer_pool.go#L139: return &sizedBufferPool{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)